The easiest way to install the latest stable version of FreeCAD is to use the installer, see the Download page.
Daca doriți sa descărcați versiunea pe 64 de biți sau versiunea aflată acum în dezvoltare (care ar putea fi instabilă) vizitați pagina de descărcări.
Dupa ce fișierul .msi (Microsoft Installer) a fost descarcat, doar faceți dublu-click pe el pentru a începe instalarea.
Mai jos sunt descrise opțiunile de instalare. Daca pare complicat nu va ingrijorați! Cei mai mulți utilizatori nu vor avea nevoie de nimic mai mult decat fișierul de mai sus .msi și articolul Primii pasi!
By default FreeCAD will be installed for the user that executes the installer. If this user only has user permissions, the default installation path is:
If the installer is executed by an admin user, or you execute it as admin, you can choose if FreeCAD should be installed for all users of the system or just for you. The default is for all users.
If installed for all users, the default installation path is:
To install FreeCAD silently, you can execute the installer from the command line:
FreeCAD-~.exe /S
Default settings will be used for all options. A custom installation path can be specified in this manner:
FreeCAD-~.exe /S /D=A path to FreeCAD with spaces
By default, even with silent installations, there will be a short popup when the installer is checked for corruption. This so-called cyclic redundancy check only takes a few seconds at most. To disable this corruption check:
FreeCAD-~.exe /S /NCRC
Note that this /NCRC
flag is not recommended since the corruption check assures that the installer was e.g. completely downloaded.
Using the Chocolatey package manager is currently not recommended as that repository is no longer kept up-to-date.
Folosind
To uninstall FreeCAD it is preferable to use the Windows tools for uninstalling software. Alternatively you can execute the uninstaller directly. This is the file:
You can find it in the folder where FreeCAD is installed.
The uninstaller can also be executed silently using the command line:
Uninstall-FreeCAD.exe /S
Note that (silent) uninstallation will fail if there is a running instance of FreeCAD, even if that instance is not the version being uninstalled.